한국어
기존 캠페인과 지면 간의 배정을 업데이트합니다.
액세스 제어:
사용자가 할당을 업데이트할 권한이 없는 경우, 요청이 실패합니다.
cURL
curl --request PATCH \ --url https://your_a2_service/allocations \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "cid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "2023-11-07T05:31:56Z", "crid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "ext": {}, "last_comment": "", "no": 123, "owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "pending", "tagid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "updated_at": "2023-11-07T05:31:56Z" }'
{ "cid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "2023-11-07T05:31:56Z", "crid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "ext": {}, "last_comment": "", "no": 123, "owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "<string>", "tagid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "updated_at": "2023-11-07T05:31:56Z" }
The access token received from the authorization server in the OAuth 2.0 flow.
캠페인 개제 정보 변경 스키마
Successful Response
캠페인 개제 정보 조회 스키마
이 페이지가 도움이 되었나요?